home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1998 #2
/
Amiga Plus CD - 1998 - No. 2.iso
/
pd
/
musik
/
eagleplayer2.00
/
rexx
/
ep_addengine.dopus
next >
Wrap
Text File
|
1997-08-05
|
502b
|
25 lines
/* EaglePlayer - start required engine
------------------------------------------------------------------------
Call as:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ARexx] Eagleplayer2:Rexx/EP_AddEngine.dopus {p} --arg--
where --arg-- is the name of the Engine to start
Flags: none required
*/
parse arg dopusport enginename
address 'rexx_EP'
options results
ascengine enginename 1
address value dopusport
toptext 'Eagleplayer: '||result
end